negotiator.tournament.VariablesAndValues
Class ProfileValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.ProfileValue
All Implemented Interfaces:
java.io.Serializable

public class ProfileValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
ProfileValue(ProfileRepItem p)
           
 
Method Summary
 ProfileRepItem getProfile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileValue

public ProfileValue(ProfileRepItem p)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getProfile

public ProfileRepItem getProfile()